Remove _gtk_style_properties_peek_property
authorAlexander Larsson <alexl@redhat.com>
Tue, 15 Nov 2011 16:10:22 +0000 (17:10 +0100)
committerAlexander Larsson <alexl@redhat.com>
Thu, 17 Nov 2011 11:27:22 +0000 (12:27 +0100)
commit7104b4b575d85795186582251216eb23c4b6e5c8
tree8d5a7cb4693203a8716693aed1fe44cea55f2861
parentc09148ca09081cd009cb9a328441b4b43008e352
Remove _gtk_style_properties_peek_property

We want to move to a world where getting style properties can
allocate a new value, depending on the style property context.
In this world we can't expose "peeking" a property, as we neet
to return a ref to the property that is newly created.

So, we move the peek code into get_property and use get_property
from get_valist.
gtk/gtkstyleproperties.c
gtk/gtkstylepropertiesprivate.h